Do not disable spurious irq debugging in i386 xenlinux. It may
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 7 Apr 2006 12:41:58 +0000 (13:41 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 7 Apr 2006 12:41:58 +0000 (13:41 +0100)
be masking underlying problems, and the problem it was intended
to work around should be fixed properly.

Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/arch/i386/kernel/setup-xen.c

index b738343e893c9dc04d29b5cc0579c7b11b87c5ff..bb9b6ed2f1bf674111dabdb5d7810f2c8355442b 100644 (file)
@@ -1848,10 +1848,6 @@ void __init setup_arch(char **cmdline_p)
                get_smp_config();
 #endif
 
-       /* XXX Disable irqdebug until we have a way to avoid interrupt
-        * conflicts. */
-       noirqdebug_setup("");
-
        register_memory();
 
        if (xen_start_info->flags & SIF_INITDOMAIN) {